// fly to top, stop, spin and then accelerate into a wiggle dive that fires three times
// best not to use from any spot in the formation that is too much above -50
// also works best with ships that fire fast bullets.  About 110 is good.

setAngle 90
setSpeed 0.8
straight above -50
setAccel -0.02 limit 0.1
straight above -70

setSpeed 0

right 0 angle 90 accel 0.03 3
right X angle 90 accel -0.03 0.1

waitPlayerClose 10

//wait 0

fireBullet 266 all 300 300
fireBullet 270 all 800 800
fireBullet 273 all 1300 1300

setAccel 0.005 limit 1.0

left 2.0 angle 40
right 2.0 angle 80
left 2.0 angle 80
right 2.0 angle 80
left 2.0 angle 80
right 2.0 angle 80
left 2.0 angle 60
right 2.0 angle 20

straight wrapVert
setSpeed 0.5

